home *** CD-ROM | disk | FTP | other *** search
/ Young Minds / Young Minds Interactive CD-ROM.ISO / monster / privuser.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1988-12-01  |  880 b   |  23 lines

  1. { These are PRIVILEDGED users.  The Monster Manager has the most power;
  2.   this should be the game administrator.  The Monster Vice Manager can help
  3.   the MM in his adminstrative duties.  Faust is another person who can do
  4.   anything but is generally incognito. }
  5.  
  6. MM_userid    = 'dolpher';        { Monster Manager    }
  7. MVM_userid    = 'gary';        { Monster Vice Manager    }
  8. FAUST_userid    = 'skrenta';        { Dr. Faustus        }
  9.  
  10. REBUILD_OK    = TRUE;        { if this is TRUE, the MM can blow away
  11.                   and reformat the entire universe.  It's
  12.                   a good idea to set this to FALSE and
  13.                   recompile after you've got your world
  14.                   going }
  15.  
  16.  
  17. root        = 'USERC:[ISP00475.CRA01453.DSYS]';
  18.                 { this is where the Monster database goes
  19.                   This directory and the datafiles Monster
  20.                   creates in it must be world:rw for
  21.                   people to be able to play.  This sucks,
  22.                   but we don't have setgid to games on VMS }
  23.